home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / qdisplay.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  1KB  |  38 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  
  10.  *
  11.  * $Log:    qdisplay.h,v $
  12.  * Revision 1.4  92/04/28  15:29:47  jonathan
  13.  * More prototypes.
  14.  * 
  15.  * Revision 1.3  92/03/23  16:09:38  jonathan
  16.  * Added MakeSaveRequester.
  17.  * 
  18.  * Revision 1.2  92/03/17  14:13:03  jonathan
  19.  * *** empty log message ***
  20.  * 
  21. */
  22.  
  23. #ifndef _H_QDISPLAY
  24. #define _H_QDISPLAY
  25.  
  26. void SetqIcon _AP((Widget parent));
  27. void SettIcon _AP((Widget parent));
  28. Widget MakeQuestionPane _AP((Widget parent,XQuestion question));
  29. Widget MakeTextPopup _AP((Widget parent,Textbuff t,char *name));
  30. QuestionWindow MakeQuestionForm _AP((XQuestion question));
  31. Widget MakeSourcePopup _AP((Widget parent));
  32. ScrollList MakeSourceFrame _AP((Widget parent));
  33. ScrollList MakeTypeFrame _AP((Widget parent));
  34. void MakeWaisCursors _AP((void));
  35.  
  36. #endif
  37.  
  38.